Add documentation about cargo nightlies
authorAlex Crichton <alex@alexcrichton.com>
Mon, 7 Jul 2014 14:49:14 +0000 (07:49 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 7 Jul 2014 14:49:14 +0000 (07:49 -0700)
README.md

index e71d4ae6ef422cf1d3e4ab25d976a211a2d7637e..32c7308e7726bd7518b2dc5f67ca9fbc609e9783 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,6 +2,24 @@ Cargo downloads your Rust project’s dependencies and compiles your project.
 
 Learn more at http://crates.io/.
 
+## Installing cargo
+
+Cargo has nightlies available for use. The cargo source is not always guaranteed
+to compile on rust master as it may lag behind by a day or two. Nightlies,
+however, will run regardless of this fact!
+
+```
+$ curl -O http://static.rust-lang.org/cargo-dist/cargo-nightly-linux.tar.gz
+$ tar xf cargo-nightly-linux.tar.gz
+$ ./cargo-nightly/bin/cargo build
+```
+
+The current nightlies available are:
+
+* `cargo-nightly-linux`
+* `cargo-nightly-win`
+* `cargo-nightly-mac`
+
 ## Compiling cargo
 
 You'll want to clone cargo using --recursive on git, to clone in its submodule